Multiplies a CSR matrix by a scalar.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(csr_matrix), | intent(in) | :: | a |
The CSR matrix. |
||
| real(kind=real64), | intent(in) | :: | b |
The scalar. |
The resulting CSR matrix.
Multiplies a scalar by a CSR matrix.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | a |
The scalar. |
||
| class(csr_matrix), | intent(in) | :: | b |
The CSR matrix. |
The resulting CSR matrix.